@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) |
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 to identify 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 to identify 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 to identify 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, setSdkResponseMetadata
public void setName(String name)
The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this IPSet.
name
- The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by
activity that involves IP addresses included in this IPSet.public String getName()
The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this IPSet.
public GetIPSetResult withName(String name)
The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this IPSet.
name
- The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by
activity that involves IP addresses included in this 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.IpSetFormat
public String getFormat()
The format of the file that contains the IPSet.
IpSetFormat
public GetIPSetResult withFormat(String format)
The format of the file that contains the IPSet.
format
- The format of the file that contains the IPSet.IpSetFormat
public GetIPSetResult withFormat(IpSetFormat format)
The format of the file that contains the IPSet.
format
- The format of the file that contains the IPSet.IpSetFormat
public 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.IpSetStatus
public String getStatus()
The status of ipSet file uploaded.
IpSetStatus
public GetIPSetResult withStatus(String status)
The status of ipSet file uploaded.
status
- The status of ipSet file uploaded.IpSetStatus
public GetIPSetResult withStatus(IpSetStatus status)
The status of ipSet file uploaded.
status
- The status of ipSet file uploaded.IpSetStatus
public 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 Object
Object.toString()
public GetIPSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.