@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFrameworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFrameworkResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFrameworkResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getFrameworkArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
String |
getFrameworkName()
The unique name of a framework.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
void |
setFrameworkName(String frameworkName)
The unique name of a framework.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFrameworkResult |
withCreationTime(Date creationTime)
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC).
|
UpdateFrameworkResult |
withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
UpdateFrameworkResult |
withFrameworkName(String frameworkName)
The unique name of a framework.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFrameworkName(String frameworkName)
The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
frameworkName
- The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and
consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public String getFrameworkName()
The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
public UpdateFrameworkResult withFrameworkName(String frameworkName)
The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
frameworkName
- The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and
consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public void setFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public String getFrameworkArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public UpdateFrameworkResult withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
resource type.public void setCreationTime(Date creationTime)
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationTime
- The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public Date getCreationTime()
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public UpdateFrameworkResult withCreationTime(Date creationTime)
The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationTime
- The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public String toString()
toString
in class Object
Object.toString()
public UpdateFrameworkResult clone()