@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentProperties extends Object implements Serializable, Cloneable, StructuredPojo
The deployment properties of the Amazon DataZone blueprint.
Constructor and Description |
---|
DeploymentProperties() |
Modifier and Type | Method and Description |
---|---|
DeploymentProperties |
clone() |
boolean |
equals(Object obj) |
Integer |
getEndTimeoutMinutes()
The end timeout of the environment blueprint deployment.
|
Integer |
getStartTimeoutMinutes()
The start timeout of the environment blueprint deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTimeoutMinutes(Integer endTimeoutMinutes)
The end timeout of the environment blueprint deployment.
|
void |
setStartTimeoutMinutes(Integer startTimeoutMinutes)
The start timeout of the environment blueprint deployment.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentProperties |
withEndTimeoutMinutes(Integer endTimeoutMinutes)
The end timeout of the environment blueprint deployment.
|
DeploymentProperties |
withStartTimeoutMinutes(Integer startTimeoutMinutes)
The start timeout of the environment blueprint deployment.
|
public void setEndTimeoutMinutes(Integer endTimeoutMinutes)
The end timeout of the environment blueprint deployment.
endTimeoutMinutes
- The end timeout of the environment blueprint deployment.public Integer getEndTimeoutMinutes()
The end timeout of the environment blueprint deployment.
public DeploymentProperties withEndTimeoutMinutes(Integer endTimeoutMinutes)
The end timeout of the environment blueprint deployment.
endTimeoutMinutes
- The end timeout of the environment blueprint deployment.public void setStartTimeoutMinutes(Integer startTimeoutMinutes)
The start timeout of the environment blueprint deployment.
startTimeoutMinutes
- The start timeout of the environment blueprint deployment.public Integer getStartTimeoutMinutes()
The start timeout of the environment blueprint deployment.
public DeploymentProperties withStartTimeoutMinutes(Integer startTimeoutMinutes)
The start timeout of the environment blueprint deployment.
startTimeoutMinutes
- The start timeout of the environment blueprint deployment.public String toString()
toString
in class Object
Object.toString()
public DeploymentProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.