@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstallationMediaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInstallationMediaResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInstallationMediaResult |
clone() |
boolean |
equals(Object obj) |
List<InstallationMedia> |
getInstallationMedia()
The list of InstallationMedia objects for the AWS account.
|
String |
getMarker()
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
int |
hashCode() |
void |
setInstallationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInstallationMediaResult |
withInstallationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
|
DescribeInstallationMediaResult |
withInstallationMedia(InstallationMedia... installationMedia)
The list of InstallationMedia objects for the AWS account.
|
DescribeInstallationMediaResult |
withMarker(String marker)
An optional pagination token provided by a previous DescribeInstallationMedia request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
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
.
marker
- 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 String getMarker()
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 DescribeInstallationMediaResult withMarker(String marker)
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
.
marker
- 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 List<InstallationMedia> getInstallationMedia()
The list of InstallationMedia objects for the AWS account.
public void setInstallationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
installationMedia
- The list of InstallationMedia objects for the AWS account.public DescribeInstallationMediaResult withInstallationMedia(InstallationMedia... installationMedia)
The list of InstallationMedia objects for the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setInstallationMedia(java.util.Collection)
or withInstallationMedia(java.util.Collection)
if
you want to override the existing values.
installationMedia
- The list of InstallationMedia objects for the AWS account.public DescribeInstallationMediaResult withInstallationMedia(Collection<InstallationMedia> installationMedia)
The list of InstallationMedia objects for the AWS account.
installationMedia
- The list of InstallationMedia objects for the AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeInstallationMediaResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.