@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceInfo extends Object implements Serializable, Cloneable, StructuredPojo
The information about the resource.
Constructor and Description |
---|
ResourceInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon resource name (ARN) that specifies the resource across services.
|
String |
getName()
The name of the resource.
|
ResourceDetails |
getResourceDetails()
The details related to the resource.
|
String |
getResourceType()
Provides information about the Service Catalog App Registry resource type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon resource name (ARN) that specifies the resource across services.
|
void |
setName(String name)
The name of the resource.
|
void |
setResourceDetails(ResourceDetails resourceDetails)
The details related to the resource.
|
void |
setResourceType(String resourceType)
Provides information about the Service Catalog App Registry resource type.
|
String |
toString()
Returns a string representation of this object.
|
ResourceInfo |
withArn(String arn)
The Amazon resource name (ARN) that specifies the resource across services.
|
ResourceInfo |
withName(String name)
The name of the resource.
|
ResourceInfo |
withResourceDetails(ResourceDetails resourceDetails)
The details related to the resource.
|
ResourceInfo |
withResourceType(ResourceType resourceType)
Provides information about the Service Catalog App Registry resource type.
|
ResourceInfo |
withResourceType(String resourceType)
Provides information about the Service Catalog App Registry resource type.
|
public void setName(String name)
The name of the resource.
name
- The name of the resource.public String getName()
The name of the resource.
public ResourceInfo withName(String name)
The name of the resource.
name
- The name of the resource.public void setArn(String arn)
The Amazon resource name (ARN) that specifies the resource across services.
arn
- The Amazon resource name (ARN) that specifies the resource across services.public String getArn()
The Amazon resource name (ARN) that specifies the resource across services.
public ResourceInfo withArn(String arn)
The Amazon resource name (ARN) that specifies the resource across services.
arn
- The Amazon resource name (ARN) that specifies the resource across services.public void setResourceType(String resourceType)
Provides information about the Service Catalog App Registry resource type.
resourceType
- Provides information about the Service Catalog App Registry resource type.ResourceType
public String getResourceType()
Provides information about the Service Catalog App Registry resource type.
ResourceType
public ResourceInfo withResourceType(String resourceType)
Provides information about the Service Catalog App Registry resource type.
resourceType
- Provides information about the Service Catalog App Registry resource type.ResourceType
public ResourceInfo withResourceType(ResourceType resourceType)
Provides information about the Service Catalog App Registry resource type.
resourceType
- Provides information about the Service Catalog App Registry resource type.ResourceType
public void setResourceDetails(ResourceDetails resourceDetails)
The details related to the resource.
resourceDetails
- The details related to the resource.public ResourceDetails getResourceDetails()
The details related to the resource.
public ResourceInfo withResourceDetails(ResourceDetails resourceDetails)
The details related to the resource.
resourceDetails
- The details related to the resource.public String toString()
toString
in class Object
Object.toString()
public ResourceInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.