@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlywheelIterationHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFlywheelIterationHistoryResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FlywheelIterationProperties> getFlywheelIterationPropertiesList()
List of flywheel iteration properties
public void setFlywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList)
List of flywheel iteration properties
flywheelIterationPropertiesList
- List of flywheel iteration propertiespublic ListFlywheelIterationHistoryResult withFlywheelIterationPropertiesList(FlywheelIterationProperties... flywheelIterationPropertiesList)
List of flywheel iteration properties
NOTE: This method appends the values to the existing list (if any). Use
setFlywheelIterationPropertiesList(java.util.Collection)
or
withFlywheelIterationPropertiesList(java.util.Collection)
if you want to override the existing values.
flywheelIterationPropertiesList
- List of flywheel iteration propertiespublic ListFlywheelIterationHistoryResult withFlywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList)
List of flywheel iteration properties
flywheelIterationPropertiesList
- List of flywheel iteration propertiespublic void setNextToken(String nextToken)
Next token
nextToken
- Next tokenpublic String getNextToken()
Next token
public ListFlywheelIterationHistoryResult withNextToken(String nextToken)
Next token
nextToken
- Next tokenpublic String toString()
toString
in class Object
Object.toString()
public ListFlywheelIterationHistoryResult clone()