@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUpdateActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUpdateActionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUpdateActionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional marker returned from a prior request.
|
List<UpdateAction> |
getUpdateActions()
Returns a list of update actions
|
int |
hashCode() |
void |
setMarker(String marker)
An optional marker returned from a prior request.
|
void |
setUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
|
String |
toString()
Returns a string representation of this object.
|
DescribeUpdateActionsResult |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeUpdateActionsResult |
withUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
|
DescribeUpdateActionsResult |
withUpdateActions(UpdateAction... updateActions)
Returns a list of update actions
|
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 DescribeUpdateActionsResult 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<UpdateAction> getUpdateActions()
Returns a list of update actions
public void setUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
updateActions
- Returns a list of update actionspublic DescribeUpdateActionsResult withUpdateActions(UpdateAction... updateActions)
Returns a list of update actions
NOTE: This method appends the values to the existing list (if any). Use
setUpdateActions(java.util.Collection)
or withUpdateActions(java.util.Collection)
if you want
to override the existing values.
updateActions
- Returns a list of update actionspublic DescribeUpdateActionsResult withUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
updateActions
- Returns a list of update actionspublic String toString()
toString
in class Object
Object.toString()
public DescribeUpdateActionsResult clone()