@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceUpdatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeServiceUpdatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceUpdatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional marker returned from a prior request.
|
List<ServiceUpdate> |
getServiceUpdates()
A list of service updates
|
int |
hashCode() |
void |
setMarker(String marker)
An optional marker returned from a prior request.
|
void |
setServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceUpdatesResult |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeServiceUpdatesResult |
withServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
DescribeServiceUpdatesResult |
withServiceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. 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 marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
MaxRecords
.public DescribeServiceUpdatesResult withMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords
.public List<ServiceUpdate> getServiceUpdates()
A list of service updates
public void setServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
serviceUpdates
- A list of service updatespublic DescribeServiceUpdatesResult withServiceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
NOTE: This method appends the values to the existing list (if any). Use
setServiceUpdates(java.util.Collection)
or withServiceUpdates(java.util.Collection)
if you want
to override the existing values.
serviceUpdates
- A list of service updatespublic DescribeServiceUpdatesResult withServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
serviceUpdates
- A list of service updatespublic String toString()
toString
in class Object
Object.toString()
public DescribeServiceUpdatesResult clone()