@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetResourceTypeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Describes a resource type.
| Constructor and Description |
|---|
TargetResourceTypeSummary() |
| Modifier and Type | Method and Description |
|---|---|
TargetResourceTypeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the resource type.
|
String |
getResourceType()
The resource type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
A description of the resource type.
|
void |
setResourceType(String resourceType)
The resource type.
|
String |
toString()
Returns a string representation of this object.
|
TargetResourceTypeSummary |
withDescription(String description)
A description of the resource type.
|
TargetResourceTypeSummary |
withResourceType(String resourceType)
The resource type.
|
public void setResourceType(String resourceType)
The resource type.
resourceType - The resource type.public String getResourceType()
The resource type.
public TargetResourceTypeSummary withResourceType(String resourceType)
The resource type.
resourceType - The resource type.public void setDescription(String description)
A description of the resource type.
description - A description of the resource type.public String getDescription()
A description of the resource type.
public TargetResourceTypeSummary withDescription(String description)
A description of the resource type.
description - A description of the resource type.public String toString()
toString in class ObjectObject.toString()public TargetResourceTypeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.