@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSourceRegionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSourceRegionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSourceRegionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
This parameter isn't currently supported.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeSourceRegions request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
String |
getRegionName()
The source Amazon Web Services Region name.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
This parameter isn't currently supported.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeSourceRegions request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setRegionName(String regionName)
The source Amazon Web Services Region name.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSourceRegionsRequest |
withFilters(Collection<Filter> filters)
This parameter isn't currently supported.
|
DescribeSourceRegionsRequest |
withFilters(Filter... filters)
This parameter isn't currently supported.
|
DescribeSourceRegionsRequest |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeSourceRegions request. |
DescribeSourceRegionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeSourceRegionsRequest |
withRegionName(String regionName)
The source Amazon Web Services Region name.
|
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 setRegionName(String regionName)
The source Amazon Web Services Region name. For example, us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
regionName
- The source Amazon Web Services Region name. For example, us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
public String getRegionName()
The source Amazon Web Services Region name. For example, us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
public DescribeSourceRegionsRequest withRegionName(String regionName)
The source Amazon Web Services Region name. For example, us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
regionName
- The source Amazon Web Services Region name. For example, us-east-1
.
Constraints:
Must specify a valid Amazon Web Services Region name.
public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribeSourceRegionsRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so you can retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so you can
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public void setMarker(String marker)
An optional pagination token provided by a previous DescribeSourceRegions
request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeSourceRegions
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.public String getMarker()
An optional pagination token provided by a previous DescribeSourceRegions
request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
DescribeSourceRegions
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.public DescribeSourceRegionsRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeSourceRegions
request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
marker
- An optional pagination token provided by a previous DescribeSourceRegions
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.public List<Filter> getFilters()
This parameter isn't currently supported.
public void setFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters
- This parameter isn't currently supported.public DescribeSourceRegionsRequest withFilters(Filter... filters)
This parameter isn't currently supported.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- This parameter isn't currently supported.public DescribeSourceRegionsRequest withFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters
- This parameter isn't currently supported.public String toString()
toString
in class Object
Object.toString()
public DescribeSourceRegionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()