@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 |
addAdditionalEncryptionContextEntry(String key,
String value)
Add a single AdditionalEncryptionContext entry
|
IpAccessSettings |
clearAdditionalEncryptionContextEntries()
Removes all the entries added into AdditionalEncryptionContext.
|
IpAccessSettings |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAdditionalEncryptionContext()
The additional encryption context of the IP access settings.
|
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 |
getCustomerManagedKey()
The customer managed key used to encrypt sensitive information in 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 |
setAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the IP access settings.
|
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 |
setCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in 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 |
withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the IP access settings.
|
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 |
withCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in 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 Map<String,String> getAdditionalEncryptionContext()
The additional encryption context of the IP access settings.
public void setAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the IP access settings.
additionalEncryptionContext
- The additional encryption context of the IP access settings.public IpAccessSettings withAdditionalEncryptionContext(Map<String,String> additionalEncryptionContext)
The additional encryption context of the IP access settings.
additionalEncryptionContext
- The additional encryption context of the IP access settings.public IpAccessSettings addAdditionalEncryptionContextEntry(String key, String value)
public IpAccessSettings clearAdditionalEncryptionContextEntries()
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 setCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the IP access settings.
customerManagedKey
- The customer managed key used to encrypt sensitive information in the IP access settings.public String getCustomerManagedKey()
The customer managed key used to encrypt sensitive information in the IP access settings.
public IpAccessSettings withCustomerManagedKey(String customerManagedKey)
The customer managed key used to encrypt sensitive information in the IP access settings.
customerManagedKey
- The customer managed key used to encrypt sensitive information in 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.