@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 |
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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFormat(String format)
format
- The format of the file that contains the IPSet.IpSetFormat
public String getFormat()
IpSetFormat
public GetIPSetResult withFormat(String format)
format
- The format of the file that contains the IPSet.IpSetFormat
public GetIPSetResult withFormat(IpSetFormat format)
format
- The format of the file that contains the IPSet.IpSetFormat
public void setLocation(String location)
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()
public GetIPSetResult withLocation(String location)
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 setName(String name)
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()
public GetIPSetResult withName(String name)
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 setStatus(String status)
status
- The status of ipSet file uploaded.IpSetStatus
public String getStatus()
IpSetStatus
public GetIPSetResult withStatus(String status)
status
- The status of ipSet file uploaded.IpSetStatus
public GetIPSetResult withStatus(IpSetStatus status)
status
- The status of ipSet file uploaded.IpSetStatus
public String toString()
toString
in class Object
Object.toString()
public GetIPSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.