@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfileResourceAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateProfileResourceAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileResourceAssociationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the resource association.
|
String |
getProfileResourceAssociationId()
ID of the resource association.
|
String |
getResourceProperties()
If you are adding a DNS Firewall rule group, include also a priority in this format:
|
int |
hashCode() |
void |
setName(String name)
Name of the resource association.
|
void |
setProfileResourceAssociationId(String profileResourceAssociationId)
ID of the resource association.
|
void |
setResourceProperties(String resourceProperties)
If you are adding a DNS Firewall rule group, include also a priority in this format:
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfileResourceAssociationRequest |
withName(String name)
Name of the resource association.
|
UpdateProfileResourceAssociationRequest |
withProfileResourceAssociationId(String profileResourceAssociationId)
ID of the resource association.
|
UpdateProfileResourceAssociationRequest |
withResourceProperties(String resourceProperties)
If you are adding a DNS Firewall rule group, include also a priority in this format:
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateProfileResourceAssociationRequest()
public void setName(String name)
Name of the resource association.
name - Name of the resource association.public String getName()
Name of the resource association.
public UpdateProfileResourceAssociationRequest withName(String name)
Name of the resource association.
name - Name of the resource association.public void setProfileResourceAssociationId(String profileResourceAssociationId)
ID of the resource association.
profileResourceAssociationId - ID of the resource association.public String getProfileResourceAssociationId()
ID of the resource association.
public UpdateProfileResourceAssociationRequest withProfileResourceAssociationId(String profileResourceAssociationId)
ID of the resource association.
profileResourceAssociationId - ID of the resource association.public void setResourceProperties(String resourceProperties)
If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100.
resourceProperties - If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100.
public String getResourceProperties()
If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100.
Key=FirewallRuleGroupPriority,Value=100.
public UpdateProfileResourceAssociationRequest withResourceProperties(String resourceProperties)
If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100.
resourceProperties - If you are adding a DNS Firewall rule group, include also a priority in this format:
Key=FirewallRuleGroupPriority,Value=100.
public String toString()
toString in class ObjectObject.toString()public UpdateProfileResourceAssociationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.