@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 uploaded.
|
Map<String,String> |
getTags()
The tags of the IP set 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 uploaded.
|
void |
setTags(Map<String,String> tags)
The tags of the IP set 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 uploaded.
|
GetIPSetResult |
withStatus(String status)
The status of ipSet file uploaded.
|
GetIPSetResult |
withTags(Map<String,String> tags)
The tags of the IP set 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. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
location - The URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)public String getLocation()
The URI of the file that contains the IPSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
public GetIPSetResult withLocation(String location)
The URI of the file that contains the IPSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
location - The URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)public void setStatus(String status)
The status of ipSet file uploaded.
status - The status of ipSet file uploaded.IpSetStatuspublic String getStatus()
The status of ipSet file uploaded.
IpSetStatuspublic GetIPSetResult withStatus(String status)
The status of ipSet file uploaded.
status - The status of ipSet file uploaded.IpSetStatuspublic GetIPSetResult withStatus(IpSetStatus status)
The status of ipSet file uploaded.
status - The status of ipSet file uploaded.IpSetStatuspublic Map<String,String> getTags()
The tags of the IP set resource.
public void setTags(Map<String,String> tags)
The tags of the IP set resource.
tags - The tags of the IP set resource.public GetIPSetResult withTags(Map<String,String> tags)
The tags of the IP set resource.
tags - The tags of the IP set resource.public GetIPSetResult addTagsEntry(String key, String value)
public GetIPSetResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetIPSetResult clone()
Copyright © 2020. All rights reserved.