@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentState extends Object implements Serializable, Cloneable, StructuredPojo
The detailed data about the current state of the component.
Constructor and Description |
---|
ComponentState() |
Modifier and Type | Method and Description |
---|---|
ComponentState |
clone() |
boolean |
equals(Object obj) |
String |
getServiceInstanceName()
The name of the service instance that this component is attached to.
|
String |
getServiceName()
The name of the service that
serviceInstanceName is associated with. |
String |
getServiceSpec()
The service spec that the component uses to access service inputs.
|
String |
getTemplateFile()
The template file used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
void |
setServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
void |
setServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
void |
setTemplateFile(String templateFile)
The template file used.
|
String |
toString()
Returns a string representation of this object.
|
ComponentState |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentState |
withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
ComponentState |
withServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
ComponentState |
withTemplateFile(String templateFile)
The template file used.
|
public void setServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
serviceInstanceName
- The name of the service instance that this component is attached to. Provided when a component is attached
to a service instance.public String getServiceInstanceName()
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
public ComponentState withServiceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
serviceInstanceName
- The name of the service instance that this component is attached to. Provided when a component is attached
to a service instance.public void setServiceName(String serviceName)
The name of the service that serviceInstanceName
is associated with. Provided when a component is
attached to a service instance.
serviceName
- The name of the service that serviceInstanceName
is associated with. Provided when a
component is attached to a service instance.public String getServiceName()
The name of the service that serviceInstanceName
is associated with. Provided when a component is
attached to a service instance.
serviceInstanceName
is associated with. Provided when a
component is attached to a service instance.public ComponentState withServiceName(String serviceName)
The name of the service that serviceInstanceName
is associated with. Provided when a component is
attached to a service instance.
serviceName
- The name of the service that serviceInstanceName
is associated with. Provided when a
component is attached to a service instance.public void setServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
serviceSpec
- The service spec that the component uses to access service inputs. Provided when a component is attached
to a service instance.public String getServiceSpec()
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
public ComponentState withServiceSpec(String serviceSpec)
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
serviceSpec
- The service spec that the component uses to access service inputs. Provided when a component is attached
to a service instance.public void setTemplateFile(String templateFile)
The template file used.
templateFile
- The template file used.public String getTemplateFile()
The template file used.
public ComponentState withTemplateFile(String templateFile)
The template file used.
templateFile
- The template file used.public String toString()
toString
in class Object
Object.toString()
public ComponentState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.