@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMetadataModelImportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMetadataModelImportsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMetadataModelImportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Filters applied to the metadata model imports described in the form of key-value pairs.
|
String |
getMarker()
Specifies the unique pagination token that makes it possible to display the next page of results.
|
Integer |
getMaxRecords()
A paginated list of metadata model imports.
|
String |
getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
|
void |
setMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
void |
setMaxRecords(Integer maxRecords)
A paginated list of metadata model imports.
|
void |
setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
DescribeMetadataModelImportsRequest |
withFilters(Collection<Filter> filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
|
DescribeMetadataModelImportsRequest |
withFilters(Filter... filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
|
DescribeMetadataModelImportsRequest |
withMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
DescribeMetadataModelImportsRequest |
withMaxRecords(Integer maxRecords)
A paginated list of metadata model imports.
|
DescribeMetadataModelImportsRequest |
withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
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 setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
migrationProjectIdentifier
- The migration project name or Amazon Resource Name (ARN).public String getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
public DescribeMetadataModelImportsRequest withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
migrationProjectIdentifier
- The migration project name or Amazon Resource Name (ARN).public List<Filter> getFilters()
Filters applied to the metadata model imports described in the form of key-value pairs.
public void setFilters(Collection<Filter> filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
filters
- Filters applied to the metadata model imports described in the form of key-value pairs.public DescribeMetadataModelImportsRequest withFilters(Filter... filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
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
- Filters applied to the metadata model imports described in the form of key-value pairs.public DescribeMetadataModelImportsRequest withFilters(Collection<Filter> filters)
Filters applied to the metadata model imports described in the form of key-value pairs.
filters
- Filters applied to the metadata model imports described in the form of key-value pairs.public void setMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
marker
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public String getMarker()
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public DescribeMetadataModelImportsRequest withMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call again
using the returned token and keeping all other arguments unchanged.
marker
- Specifies the unique pagination token that makes it possible to display the next page of results. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
If Marker
is returned by a previous response, there are more results available. The value of
Marker
is a unique pagination token for each page. To retrieve the next page, make the call
again using the returned token and keeping all other arguments unchanged.
public void setMaxRecords(Integer maxRecords)
A paginated list of metadata model imports.
maxRecords
- A paginated list of metadata model imports.public Integer getMaxRecords()
A paginated list of metadata model imports.
public DescribeMetadataModelImportsRequest withMaxRecords(Integer maxRecords)
A paginated list of metadata model imports.
maxRecords
- A paginated list of metadata model imports.public String toString()
toString
in class Object
Object.toString()
public DescribeMetadataModelImportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()