@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIPSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetIPSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetIPSetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIPSetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetIPSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getFormat()
The format of the file that contains the IPSet.
|
String |
getLocation()
The URI of the file that contains the IPSet.
|
String |
getName()
The user-friendly name for the IPSet.
|
String |
getStatus()
The status of IPSet file that was uploaded.
|
Map<String,String> |
getTags()
The tags of the IPSet resource.
|
int |
hashCode() |
void |
setFormat(String format)
The format of the file that contains the IPSet.
|
void |
setLocation(String location)
The URI of the file that contains the IPSet.
|
void |
setName(String name)
The user-friendly name for the IPSet.
|
void |
setStatus(String status)
The status of IPSet file that was uploaded.
|
void |
setTags(Map<String,String> tags)
The tags of the IPSet resource.
|
String |
toString()
Returns a string representation of this object.
|
GetIPSetResult |
withFormat(IpSetFormat format)
The format of the file that contains the IPSet.
|
GetIPSetResult |
withFormat(String format)
The format of the file that contains the IPSet.
|
GetIPSetResult |
withLocation(String location)
The URI of the file that contains the IPSet.
|
GetIPSetResult |
withName(String name)
The user-friendly name for the IPSet.
|
GetIPSetResult |
withStatus(IpSetStatus status)
The status of IPSet file that was uploaded.
|
GetIPSetResult |
withStatus(String status)
The status of IPSet file that was uploaded.
|
GetIPSetResult |
withTags(Map<String,String> tags)
The tags of the IPSet resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setName(String name)
The user-friendly name for the IPSet.
name - The user-friendly name for the IPSet.public String getName()
The user-friendly name for the IPSet.
public GetIPSetResult withName(String name)
The user-friendly name for the IPSet.
name - The user-friendly name for the IPSet.public void setFormat(String format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormatpublic String getFormat()
The format of the file that contains the IPSet.
IpSetFormatpublic GetIPSetResult withFormat(String format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormatpublic GetIPSetResult withFormat(IpSetFormat format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormatpublic void setLocation(String location)
The URI of the file that contains the IPSet.
location - The URI of the file that contains the IPSet.public String getLocation()
The URI of the file that contains the IPSet.
public GetIPSetResult withLocation(String location)
The URI of the file that contains the IPSet.
location - The URI of the file that contains the IPSet.public void setStatus(String status)
The status of IPSet file that was uploaded.
status - The status of IPSet file that was uploaded.IpSetStatuspublic String getStatus()
The status of IPSet file that was uploaded.
IpSetStatuspublic GetIPSetResult withStatus(String status)
The status of IPSet file that was uploaded.
status - The status of IPSet file that was uploaded.IpSetStatuspublic GetIPSetResult withStatus(IpSetStatus status)
The status of IPSet file that was uploaded.
status - The status of IPSet file that was uploaded.IpSetStatuspublic Map<String,String> getTags()
The tags of the IPSet resource.
public void setTags(Map<String,String> tags)
The tags of the IPSet resource.
tags - The tags of the IPSet resource.public GetIPSetResult withTags(Map<String,String> tags)
The tags of the IPSet resource.
tags - The tags of the IPSet resource.public GetIPSetResult addTagsEntry(String key, String value)
public GetIPSetResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetIPSetResult clone()