@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIPSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIPSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateIPSetResult |
clone() |
boolean |
equals(Object obj) |
IPSetSummary |
getSummary()
High-level information about an IPSet, returned by operations like create and list.
|
int |
hashCode() |
void |
setSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list.
|
String |
toString()
Returns a string representation of this object.
|
CreateIPSetResult |
withSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet
, and the ARN, that you
provide to the IPSetReferenceStatement to use the address set in a Rule.
summary
- High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet
, and the ARN, that
you provide to the IPSetReferenceStatement to use the address set in a Rule.public IPSetSummary getSummary()
High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet
, and the ARN, that you
provide to the IPSetReferenceStatement to use the address set in a Rule.
IPSet
, and the ARN, that
you provide to the IPSetReferenceStatement to use the address set in a Rule.public CreateIPSetResult withSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet
, and the ARN, that you
provide to the IPSetReferenceStatement to use the address set in a Rule.
summary
- High-level information about an IPSet, returned by operations like create and list. This provides
information like the ID, that you can use to retrieve and manage an IPSet
, and the ARN, that
you provide to the IPSetReferenceStatement to use the address set in a Rule.public String toString()
toString
in class Object
Object.toString()
public CreateIPSetResult clone()