@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeSSLPoliciesResult clone()
Copyright © 2020. All rights reserved.