public class SetLoadBalancerPoliciesForBackendServerRequest extends AmazonWebServiceRequest implements java.io.Serializable
SetLoadBalancerPoliciesForBackendServer operation.
Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies. After the policies have been created using CreateLoadBalancerPolicy, they can be applied here as a list. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.
| コンストラクタと説明 |
|---|
SetLoadBalancerPoliciesForBackendServerRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getInstancePort()
The port number associated with the back-end server.
|
java.lang.String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer.
|
java.util.List<java.lang.String> |
getPolicyNames()
List of policy names to be set.
|
int |
hashCode() |
void |
setInstancePort(java.lang.Integer instancePort)
The port number associated with the back-end server.
|
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
void |
setPolicyNames(java.util.Collection<java.lang.String> policyNames)
List of policy names to be set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetLoadBalancerPoliciesForBackendServerRequest |
withInstancePort(java.lang.Integer instancePort)
The port number associated with the back-end server.
|
SetLoadBalancerPoliciesForBackendServerRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the LoadBalancer.
|
SetLoadBalancerPoliciesForBackendServerRequest |
withPolicyNames(java.util.Collection<java.lang.String> policyNames)
List of policy names to be set.
|
SetLoadBalancerPoliciesForBackendServerRequest |
withPolicyNames(java.lang.String... policyNames)
List of policy names to be set.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic SetLoadBalancerPoliciesForBackendServerRequest()
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be
unique within the client AWS account.public SetLoadBalancerPoliciesForBackendServerRequest withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be
unique within the client AWS account.public java.lang.Integer getInstancePort()
public void setInstancePort(java.lang.Integer instancePort)
instancePort - The port number associated with the back-end server.public SetLoadBalancerPoliciesForBackendServerRequest withInstancePort(java.lang.Integer instancePort)
Returns a reference to this object so that method calls can be chained together.
instancePort - The port number associated with the back-end server.public java.util.List<java.lang.String> getPolicyNames()
public void setPolicyNames(java.util.Collection<java.lang.String> policyNames)
policyNames - List of policy names to be set. If the list is empty, then all current
polices are removed from the back-end server.public SetLoadBalancerPoliciesForBackendServerRequest withPolicyNames(java.lang.String... policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - List of policy names to be set. If the list is empty, then all current
polices are removed from the back-end server.public SetLoadBalancerPoliciesForBackendServerRequest withPolicyNames(java.util.Collection<java.lang.String> policyNames)
Returns a reference to this object so that method calls can be chained together.
policyNames - List of policy names to be set. If the list is empty, then all current
polices are removed from the back-end server.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object