@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResponseHeadersPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResponseHeadersPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResponseHeadersPoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
Use this field when paginating results to indicate where to begin in your list of response headers policies.
|
String |
getMaxItems()
The maximum number of response headers policies that you want to get in the response.
|
String |
getType()
A filter to get only the specified kind of response headers policies.
|
int |
hashCode() |
void |
setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of response headers policies.
|
void |
setMaxItems(String maxItems)
The maximum number of response headers policies that you want to get in the response.
|
void |
setType(String type)
A filter to get only the specified kind of response headers policies.
|
String |
toString()
Returns a string representation of this object.
|
ListResponseHeadersPoliciesRequest |
withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of response headers policies.
|
ListResponseHeadersPoliciesRequest |
withMaxItems(String maxItems)
The maximum number of response headers policies that you want to get in the response.
|
ListResponseHeadersPoliciesRequest |
withType(ResponseHeadersPolicyType type)
A filter to get only the specified kind of response headers policies.
|
ListResponseHeadersPoliciesRequest |
withType(String type)
A filter to get only the specified kind of response headers policies.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setType(String type)
A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
type
- A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
ResponseHeadersPolicyType
public String getType()
A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
ResponseHeadersPolicyType
public ListResponseHeadersPoliciesRequest withType(String type)
A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
type
- A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
ResponseHeadersPolicyType
public ListResponseHeadersPoliciesRequest withType(ResponseHeadersPolicyType type)
A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
type
- A filter to get only the specified kind of response headers policies. Valid values are:
managed
– Gets only the managed policies created by Amazon Web Services.
custom
– Gets only the custom policies created in your Amazon Web Services account.
ResponseHeadersPolicyType
public void setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of response headers policies. The
response includes response headers policies in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of response headers
policies. The response includes response headers policies in the list that occur after the marker. To get
the next page of the list, set this field's value to the value of NextMarker
from the current
page's response.public String getMarker()
Use this field when paginating results to indicate where to begin in your list of response headers policies. The
response includes response headers policies in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker
from the current page's response.
NextMarker
from the
current page's response.public ListResponseHeadersPoliciesRequest withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of response headers policies. The
response includes response headers policies in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of response headers
policies. The response includes response headers policies in the list that occur after the marker. To get
the next page of the list, set this field's value to the value of NextMarker
from the current
page's response.public void setMaxItems(String maxItems)
The maximum number of response headers policies that you want to get in the response.
maxItems
- The maximum number of response headers policies that you want to get in the response.public String getMaxItems()
The maximum number of response headers policies that you want to get in the response.
public ListResponseHeadersPoliciesRequest withMaxItems(String maxItems)
The maximum number of response headers policies that you want to get in the response.
maxItems
- The maximum number of response headers policies that you want to get in the response.public String toString()
toString
in class Object
Object.toString()
public ListResponseHeadersPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()