@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLaunchProfileDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLaunchProfileDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetLaunchProfileDetailsResult |
clone() |
boolean |
equals(Object obj) |
LaunchProfile |
getLaunchProfile()
The launch profile.
|
List<StreamingImage> |
getStreamingImages()
A collection of streaming images.
|
List<StudioComponentSummary> |
getStudioComponentSummaries()
A collection of studio component summaries.
|
int |
hashCode() |
void |
setLaunchProfile(LaunchProfile launchProfile)
The launch profile.
|
void |
setStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
void |
setStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
|
String |
toString()
Returns a string representation of this object.
|
GetLaunchProfileDetailsResult |
withLaunchProfile(LaunchProfile launchProfile)
The launch profile.
|
GetLaunchProfileDetailsResult |
withStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
GetLaunchProfileDetailsResult |
withStreamingImages(StreamingImage... streamingImages)
A collection of streaming images.
|
GetLaunchProfileDetailsResult |
withStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
|
GetLaunchProfileDetailsResult |
withStudioComponentSummaries(StudioComponentSummary... studioComponentSummaries)
A collection of studio component summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLaunchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile
- The launch profile.public LaunchProfile getLaunchProfile()
The launch profile.
public GetLaunchProfileDetailsResult withLaunchProfile(LaunchProfile launchProfile)
The launch profile.
launchProfile
- The launch profile.public List<StreamingImage> getStreamingImages()
A collection of streaming images.
public void setStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
streamingImages
- A collection of streaming images.public GetLaunchProfileDetailsResult withStreamingImages(StreamingImage... streamingImages)
A collection of streaming images.
NOTE: This method appends the values to the existing list (if any). Use
setStreamingImages(java.util.Collection)
or withStreamingImages(java.util.Collection)
if you
want to override the existing values.
streamingImages
- A collection of streaming images.public GetLaunchProfileDetailsResult withStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
streamingImages
- A collection of streaming images.public List<StudioComponentSummary> getStudioComponentSummaries()
A collection of studio component summaries.
public void setStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
studioComponentSummaries
- A collection of studio component summaries.public GetLaunchProfileDetailsResult withStudioComponentSummaries(StudioComponentSummary... studioComponentSummaries)
A collection of studio component summaries.
NOTE: This method appends the values to the existing list (if any). Use
setStudioComponentSummaries(java.util.Collection)
or
withStudioComponentSummaries(java.util.Collection)
if you want to override the existing values.
studioComponentSummaries
- A collection of studio component summaries.public GetLaunchProfileDetailsResult withStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
studioComponentSummaries
- A collection of studio component summaries.public String toString()
toString
in class Object
Object.toString()
public GetLaunchProfileDetailsResult clone()