@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLoadBalancerTlsPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLoadBalancerTlsPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLoadBalancerTlsPoliciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
List<LoadBalancerTlsPolicy> |
getTlsPolicies()
An array of objects that describe the TLS security policies that are available.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
void |
setTlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
String |
toString()
Returns a string representation of this object.
|
GetLoadBalancerTlsPoliciesResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
GetLoadBalancerTlsPoliciesResult |
withTlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
GetLoadBalancerTlsPoliciesResult |
withTlsPolicies(LoadBalancerTlsPolicy... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LoadBalancerTlsPolicy> getTlsPolicies()
An array of objects that describe the TLS security policies that are available.
public void setTlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
tlsPolicies - An array of objects that describe the TLS security policies that are available.public GetLoadBalancerTlsPoliciesResult withTlsPolicies(LoadBalancerTlsPolicy... tlsPolicies)
An array of objects that describe the TLS security policies that are available.
NOTE: This method appends the values to the existing list (if any). Use
setTlsPolicies(java.util.Collection) or withTlsPolicies(java.util.Collection) if you want to
override the existing values.
tlsPolicies - An array of objects that describe the TLS security policies that are available.public GetLoadBalancerTlsPoliciesResult withTlsPolicies(Collection<LoadBalancerTlsPolicy> tlsPolicies)
An array of objects that describe the TLS security policies that are available.
tlsPolicies - An array of objects that describe the TLS security policies that are available.public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify the
next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and
specify the next page token using the pageToken parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify the
next page token using the pageToken parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and
specify the next page token using the pageToken parameter.
public GetLoadBalancerTlsPoliciesResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify the
next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetLoadBalancerTlsPolicies request and
specify the next page token using the pageToken parameter.
public String toString()
toString in class ObjectObject.toString()public GetLoadBalancerTlsPoliciesResult clone()