@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration details of the component.
Constructor and Description |
---|
ComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
String |
toString()
Returns a string representation of this object.
|
ComponentConfiguration |
withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
public void setComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
componentArn
- The Amazon Resource Name (ARN) of the component.public String getComponentArn()
The Amazon Resource Name (ARN) of the component.
public ComponentConfiguration withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
componentArn
- The Amazon Resource Name (ARN) of the component.public String toString()
toString
in class Object
Object.toString()
public ComponentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.