@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Resource extends Object implements Serializable, Cloneable, StructuredPojo
The details of a provisioned resource of this Amazon DataZone environment.
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
Resource |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of a provisioned resource of this Amazon DataZone environment.
|
String |
getProvider()
The provider of a provisioned resource of this Amazon DataZone environment.
|
String |
getType()
The type of a provisioned resource of this Amazon DataZone environment.
|
String |
getValue()
The value of a provisioned resource of this Amazon DataZone environment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of a provisioned resource of this Amazon DataZone environment.
|
void |
setProvider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
|
void |
setType(String type)
The type of a provisioned resource of this Amazon DataZone environment.
|
void |
setValue(String value)
The value of a provisioned resource of this Amazon DataZone environment.
|
String |
toString()
Returns a string representation of this object.
|
Resource |
withName(String name)
The name of a provisioned resource of this Amazon DataZone environment.
|
Resource |
withProvider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
|
Resource |
withType(String type)
The type of a provisioned resource of this Amazon DataZone environment.
|
Resource |
withValue(String value)
The value of a provisioned resource of this Amazon DataZone environment.
|
public void setName(String name)
The name of a provisioned resource of this Amazon DataZone environment.
name
- The name of a provisioned resource of this Amazon DataZone environment.public String getName()
The name of a provisioned resource of this Amazon DataZone environment.
public Resource withName(String name)
The name of a provisioned resource of this Amazon DataZone environment.
name
- The name of a provisioned resource of this Amazon DataZone environment.public void setProvider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
provider
- The provider of a provisioned resource of this Amazon DataZone environment.public String getProvider()
The provider of a provisioned resource of this Amazon DataZone environment.
public Resource withProvider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
provider
- The provider of a provisioned resource of this Amazon DataZone environment.public void setType(String type)
The type of a provisioned resource of this Amazon DataZone environment.
type
- The type of a provisioned resource of this Amazon DataZone environment.public String getType()
The type of a provisioned resource of this Amazon DataZone environment.
public Resource withType(String type)
The type of a provisioned resource of this Amazon DataZone environment.
type
- The type of a provisioned resource of this Amazon DataZone environment.public void setValue(String value)
The value of a provisioned resource of this Amazon DataZone environment.
value
- The value of a provisioned resource of this Amazon DataZone environment.public String getValue()
The value of a provisioned resource of this Amazon DataZone environment.
public Resource withValue(String value)
The value of a provisioned resource of this Amazon DataZone environment.
value
- The value of a provisioned resource of this Amazon DataZone environment.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.