@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpAccessSettings extends Object implements Serializable, Cloneable, StructuredPojo
The IP access settings resource that can be associated with a web portal.
Constructor and Description |
---|
IpAccessSettings() |
Modifier and Type | Method and Description |
---|---|
IpAccessSettings |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAssociatedPortalArns()
A list of web portal ARNs that this IP access settings resource is associated with.
|
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 the IP access settings resource.
|
List<IpRule> |
getIpRules()
The IP rules of the IP access settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
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 the IP access settings resource.
|
void |
setIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
String |
toString()
Returns a string representation of this object.
|
IpAccessSettings |
withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings |
withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings |
withCreationDate(Date creationDate)
The creation date timestamp of the IP access settings.
|
IpAccessSettings |
withDescription(String description)
The description of the IP access settings.
|
IpAccessSettings |
withDisplayName(String displayName)
The display name of the IP access settings.
|
IpAccessSettings |
withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
|
IpAccessSettings |
withIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
IpAccessSettings |
withIpRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
public List<String> getAssociatedPortalArns()
A list of web portal ARNs that this IP access settings resource is associated with.
public void setAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
associatedPortalArns
- A list of web portal ARNs that this IP access settings resource is associated with.public IpAccessSettings withAssociatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedPortalArns(java.util.Collection)
or withAssociatedPortalArns(java.util.Collection)
if you want to override the existing values.
associatedPortalArns
- A list of web portal ARNs that this IP access settings resource is associated with.public IpAccessSettings withAssociatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
associatedPortalArns
- A list of web portal ARNs that this IP access settings resource is associated with.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 IpAccessSettings 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 IpAccessSettings 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 IpAccessSettings 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 the IP access settings resource.
ipAccessSettingsArn
- The ARN of the IP access settings resource.public String getIpAccessSettingsArn()
The ARN of the IP access settings resource.
public IpAccessSettings withIpAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
ipAccessSettingsArn
- The ARN of the IP access settings resource.public List<IpRule> getIpRules()
The IP rules of the IP access settings.
public void setIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
ipRules
- The IP rules of the IP access settings.public IpAccessSettings withIpRules(IpRule... ipRules)
The IP rules of the IP access settings.
NOTE: This method appends the values to the existing list (if any). Use
setIpRules(java.util.Collection)
or withIpRules(java.util.Collection)
if you want to override
the existing values.
ipRules
- The IP rules of the IP access settings.public IpAccessSettings withIpRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
ipRules
- The IP rules of the IP access settings.public String toString()
toString
in class Object
Object.toString()
public IpAccessSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.