public class DescribeSSLPoliciesResult extends Object implements Serializable, Cloneable
Contains the output of DescribeSSLPolicies.
| Constructor and Description |
|---|
DescribeSSLPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSSLPoliciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
The marker to use when requesting the next set of results.
|
List<SslPolicy> |
getSslPolicies()
Information about the policies.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
void |
setSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSSLPoliciesResult |
withNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeSSLPoliciesResult |
withSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
|
DescribeSSLPoliciesResult |
withSslPolicies(SslPolicy... sslPolicies)
Information about the policies.
|
public List<SslPolicy> getSslPolicies()
Information about the policies.
public void setSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
sslPolicies - Information about the policies.public DescribeSSLPoliciesResult withSslPolicies(SslPolicy... sslPolicies)
Information about the policies.
NOTE: This method appends the values to the existing list (if
any). Use setSslPolicies(java.util.Collection) or
withSslPolicies(java.util.Collection) if you want to override
the existing values.
sslPolicies - Information about the policies.public DescribeSSLPoliciesResult withSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
sslPolicies - Information about the policies.public void setNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If
there are no additional results, the string is empty.public String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeSSLPoliciesResult withNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If
there are no additional results, the string is empty.public String toString()
toString in class ObjectObject.toString()public DescribeSSLPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.