@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStudioComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteStudioComponentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteStudioComponentResult |
clone() |
boolean |
equals(Object obj) |
StudioComponent |
getStudioComponent()
Information about the studio component.
|
int |
hashCode() |
void |
setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStudioComponentResult |
withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStudioComponent(StudioComponent studioComponent)
Information about the studio component.
studioComponent
- Information about the studio component.public StudioComponent getStudioComponent()
Information about the studio component.
public DeleteStudioComponentResult withStudioComponent(StudioComponent studioComponent)
Information about the studio component.
studioComponent
- Information about the studio component.public String toString()
toString
in class Object
Object.toString()
public DeleteStudioComponentResult clone()