@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSSLPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSSLPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSSLPoliciesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
List<SslPolicy> |
getSslPolicies()
Information about the policies.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
void |
setSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSSLPoliciesResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
DescribeSSLPoliciesResult |
withSslPolicies(Collection<SslPolicy> sslPolicies)
Information about the policies.
|
DescribeSSLPoliciesResult |
withSslPolicies(SslPolicy... sslPolicies)
Information about the policies.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeSSLPoliciesResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeSSLPoliciesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.