@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExtensionPackAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExtensionPackAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExtensionPackAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
Specifies the unique pagination token that makes it possible to display the next page of results.
|
List<SchemaConversionRequest> |
getRequests()
A paginated list of extension pack associations for the specified migration project.
|
int |
hashCode() |
void |
setMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
void |
setRequests(Collection<SchemaConversionRequest> requests)
A paginated list of extension pack associations for the specified migration project.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExtensionPackAssociationsResult |
withMarker(String marker)
Specifies the unique pagination token that makes it possible to display the next page of results.
|
DescribeExtensionPackAssociationsResult |
withRequests(Collection<SchemaConversionRequest> requests)
A paginated list of extension pack associations for the specified migration project.
|
DescribeExtensionPackAssociationsResult |
withRequests(SchemaConversionRequest... requests)
A paginated list of extension pack associations for the specified migration project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeExtensionPackAssociationsResult()
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 DescribeExtensionPackAssociationsResult 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 List<SchemaConversionRequest> getRequests()
A paginated list of extension pack associations for the specified migration project.
public void setRequests(Collection<SchemaConversionRequest> requests)
A paginated list of extension pack associations for the specified migration project.
requests
- A paginated list of extension pack associations for the specified migration project.public DescribeExtensionPackAssociationsResult withRequests(SchemaConversionRequest... requests)
A paginated list of extension pack associations for the specified migration project.
NOTE: This method appends the values to the existing list (if any). Use
setRequests(java.util.Collection)
or withRequests(java.util.Collection)
if you want to override
the existing values.
requests
- A paginated list of extension pack associations for the specified migration project.public DescribeExtensionPackAssociationsResult withRequests(Collection<SchemaConversionRequest> requests)
A paginated list of extension pack associations for the specified migration project.
requests
- A paginated list of extension pack associations for the specified migration project.public String toString()
toString
in class Object
Object.toString()
public DescribeExtensionPackAssociationsResult clone()