@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpAccessSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of IP access settings.
Constructor and Description |
---|
IpAccessSettingsSummary() |
Modifier and Type | Method and Description |
---|---|
IpAccessSettingsSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The creation date timestamp of the IP access settings.
|
String |
getDescription()
The description of the IP access settings.
|
String |
getDisplayName()
The display name of the IP access settings.
|
String |
getIpAccessSettingsArn()
The ARN of IP access settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
|
void |
setDescription(String description)
The description of the IP access settings.
|
void |
setDisplayName(String displayName)
The display name of the IP access settings.
|
void |
setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of IP access settings.
|
String |
toString()
Returns a string representation of this object.
|
IpAccessSettingsSummary |
withCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
|
IpAccessSettingsSummary |
withDescription(String description)
The description of the IP access settings.
|
IpAccessSettingsSummary |
withDisplayName(String displayName)
The display name of the IP access settings.
|
IpAccessSettingsSummary |
withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of IP access settings.
|
public void setCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
creationDate
- The creation date timestamp of the IP access settings.public Date getCreationDate()
The creation date timestamp of the IP access settings.
public IpAccessSettingsSummary withCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
creationDate
- The creation date timestamp of the IP access settings.public void setDescription(String description)
The description of the IP access settings.
description
- The description of the IP access settings.public String getDescription()
The description of the IP access settings.
public IpAccessSettingsSummary withDescription(String description)
The description of the IP access settings.
description
- The description of the IP access settings.public void setDisplayName(String displayName)
The display name of the IP access settings.
displayName
- The display name of the IP access settings.public String getDisplayName()
The display name of the IP access settings.
public IpAccessSettingsSummary withDisplayName(String displayName)
The display name of the IP access settings.
displayName
- The display name of the IP access settings.public void setIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of IP access settings.
ipAccessSettingsArn
- The ARN of IP access settings.public String getIpAccessSettingsArn()
The ARN of IP access settings.
public IpAccessSettingsSummary withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of IP access settings.
ipAccessSettingsArn
- The ARN of IP access settings.public String toString()
toString
in class Object
Object.toString()
public IpAccessSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.