@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstallationMediaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInstallationMediaRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInstallationMediaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
A filter that specifies one or more installation media to describe.
|
String |
getInstallationMediaId()
The installation medium ID.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
Integer |
getMaxRecords()
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe.
|
void |
setInstallationMediaId(String installationMediaId)
The installation medium ID.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setMaxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstallationMediaRequest |
withFilters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe.
|
DescribeInstallationMediaRequest |
withFilters(Filter... filters)
A filter that specifies one or more installation media to describe.
|
DescribeInstallationMediaRequest |
withInstallationMediaId(String installationMediaId)
The installation medium ID.
|
DescribeInstallationMediaRequest |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeInstallationMediaRequest |
withMaxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
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 setInstallationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId
- The installation medium ID.public String getInstallationMediaId()
The installation medium ID.
public DescribeInstallationMediaRequest withInstallationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId
- The installation medium ID.public List<Filter> getFilters()
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results list
includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
public void setFilters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results list
includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
filters
- A filter that specifies one or more installation media to describe. Supported filters include the
following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
public DescribeInstallationMediaRequest withFilters(Filter... filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results list
includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
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
- A filter that specifies one or more installation media to describe. Supported filters include the
following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
public DescribeInstallationMediaRequest withFilters(Collection<Filter> filters)
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results list
includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the database
engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
filters
- A filter that specifies one or more installation media to describe. Supported filters include the
following:
custom-availability-zone-id
- Accepts custom Availability Zone (AZ) identifiers. The results
list includes information about only the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes information about only the
database engines identified by these identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
public void setMaxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
maxRecords
- An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.public Integer getMaxRecords()
An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
MaxRecords
.public DescribeInstallationMediaRequest withMaxRecords(Integer maxRecords)
An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
maxRecords
- An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.public void setMarker(String marker)
An optional pagination token provided by a previous 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 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 request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeInstallationMediaRequest withMarker(String marker)
An optional pagination token provided by a previous 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 request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeInstallationMediaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.