@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStudioLifecycleConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStudioLifecycleConfigsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStudioLifecycleConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token for getting the next set of actions, if there are any.
|
List<StudioLifecycleConfigDetails> |
getStudioLifecycleConfigs()
A list of Lifecycle Configurations and their properties.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
void |
setStudioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
String |
toString()
Returns a string representation of this object.
|
ListStudioLifecycleConfigsResult |
withNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
ListStudioLifecycleConfigsResult |
withStudioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
ListStudioLifecycleConfigsResult |
withStudioLifecycleConfigs(StudioLifecycleConfigDetails... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken - A token for getting the next set of actions, if there are any.public String getNextToken()
A token for getting the next set of actions, if there are any.
public ListStudioLifecycleConfigsResult withNextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken - A token for getting the next set of actions, if there are any.public List<StudioLifecycleConfigDetails> getStudioLifecycleConfigs()
A list of Lifecycle Configurations and their properties.
public void setStudioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.public ListStudioLifecycleConfigsResult withStudioLifecycleConfigs(StudioLifecycleConfigDetails... studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
NOTE: This method appends the values to the existing list (if any). Use
setStudioLifecycleConfigs(java.util.Collection) or
withStudioLifecycleConfigs(java.util.Collection) if you want to override the existing values.
studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.public ListStudioLifecycleConfigsResult withStudioLifecycleConfigs(Collection<StudioLifecycleConfigDetails> studioLifecycleConfigs)
A list of Lifecycle Configurations and their properties.
studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.public String toString()
toString in class ObjectObject.toString()public ListStudioLifecycleConfigsResult clone()
Copyright © 2022. All rights reserved.