* The user-friendly name for the IPSet. *
*/ private String name; /** ** The format of the file that contains the IPSet. *
*/ private String format; /** ** The URI of the file that contains the IPSet. *
*/ private String location; /** ** The status of IPSet file that was uploaded. *
*/ private String status; /** ** The tags of the IPSet resource. *
*/ private java.util.Map* The user-friendly name for the IPSet. *
* * @param name * The user-friendly name for the IPSet. */ public void setName(String name) { this.name = name; } /** ** The user-friendly name for the IPSet. *
* * @return The user-friendly name for the IPSet. */ public String getName() { return this.name; } /** ** The user-friendly name for the IPSet. *
* * @param name * The user-friendly name for the IPSet. * @return Returns a reference to this object so that method calls can be chained together. */ public GetIPSetResult withName(String name) { setName(name); return this; } /** ** The format of the file that contains the IPSet. *
* * @param format * The format of the file that contains the IPSet. * @see IpSetFormat */ public void setFormat(String format) { this.format = format; } /** ** The format of the file that contains the IPSet. *
* * @return The format of the file that contains the IPSet. * @see IpSetFormat */ public String getFormat() { return this.format; } /** ** The format of the file that contains the IPSet. *
* * @param format * The format of the file that contains the IPSet. * @return Returns a reference to this object so that method calls can be chained together. * @see IpSetFormat */ public GetIPSetResult withFormat(String format) { setFormat(format); return this; } /** ** The format of the file that contains the IPSet. *
* * @param format * The format of the file that contains the IPSet. * @return Returns a reference to this object so that method calls can be chained together. * @see IpSetFormat */ public GetIPSetResult withFormat(IpSetFormat format) { this.format = format.toString(); return this; } /** ** The URI of the file that contains the IPSet. *
* * @param location * The URI of the file that contains the IPSet. */ public void setLocation(String location) { this.location = location; } /** ** The URI of the file that contains the IPSet. *
* * @return The URI of the file that contains the IPSet. */ public String getLocation() { return this.location; } /** ** The URI of the file that contains the IPSet. *
* * @param location * The URI of the file that contains the IPSet. * @return Returns a reference to this object so that method calls can be chained together. */ public GetIPSetResult withLocation(String location) { setLocation(location); return this; } /** ** The status of IPSet file that was uploaded. *
* * @param status * The status of IPSet file that was uploaded. * @see IpSetStatus */ public void setStatus(String status) { this.status = status; } /** ** The status of IPSet file that was uploaded. *
* * @return The status of IPSet file that was uploaded. * @see IpSetStatus */ public String getStatus() { return this.status; } /** ** The status of IPSet file that was uploaded. *
* * @param status * The status of IPSet file that was uploaded. * @return Returns a reference to this object so that method calls can be chained together. * @see IpSetStatus */ public GetIPSetResult withStatus(String status) { setStatus(status); return this; } /** ** The status of IPSet file that was uploaded. *
* * @param status * The status of IPSet file that was uploaded. * @return Returns a reference to this object so that method calls can be chained together. * @see IpSetStatus */ public GetIPSetResult withStatus(IpSetStatus status) { this.status = status.toString(); return this; } /** ** The tags of the IPSet resource. *
* * @return The tags of the IPSet resource. */ public java.util.Map* The tags of the IPSet resource. *
* * @param tags * The tags of the IPSet resource. */ public void setTags(java.util.Map* The tags of the IPSet resource. *
* * @param tags * The tags of the IPSet resource. * @return Returns a reference to this object so that method calls can be chained together. */ public GetIPSetResult withTags(java.util.Map