Class RefreshSchemasStatus
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.The last failure message for the schema.The date the schema was last refreshed.The Amazon Resource Name (ARN) of the replication instance.The status of the schema.int
hashCode()
void
setEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.void
setLastFailureMessage
(String lastFailureMessage) The last failure message for the schema.void
setLastRefreshDate
(Date lastRefreshDate) The date the schema was last refreshed.void
setReplicationInstanceArn
(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.void
The status of the schema.void
The status of the schema.toString()
Returns a string representation of this object; useful for testing and debugging.withEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.withLastFailureMessage
(String lastFailureMessage) The last failure message for the schema.withLastRefreshDate
(Date lastRefreshDate) The date the schema was last refreshed.withReplicationInstanceArn
(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.The status of the schema.withStatus
(String status) The status of the schema.
-
Constructor Details
-
RefreshSchemasStatus
public RefreshSchemasStatus()
-
-
Method Details
-
setEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
getEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Returns:
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
withEndpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.
-
getReplicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
- Returns:
- The Amazon Resource Name (ARN) of the replication instance.
-
withReplicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the schema.
- Parameters:
status
- The status of the schema.- See Also:
-
getStatus
The status of the schema.
- Returns:
- The status of the schema.
- See Also:
-
withStatus
The status of the schema.
- Parameters:
status
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the schema.
- Parameters:
status
- The status of the schema.- See Also:
-
withStatus
The status of the schema.
- Parameters:
status
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastRefreshDate
The date the schema was last refreshed.
- Parameters:
lastRefreshDate
- The date the schema was last refreshed.
-
getLastRefreshDate
The date the schema was last refreshed.
- Returns:
- The date the schema was last refreshed.
-
withLastRefreshDate
The date the schema was last refreshed.
- Parameters:
lastRefreshDate
- The date the schema was last refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastFailureMessage
The last failure message for the schema.
- Parameters:
lastFailureMessage
- The last failure message for the schema.
-
getLastFailureMessage
The last failure message for the schema.
- Returns:
- The last failure message for the schema.
-
withLastFailureMessage
The last failure message for the schema.
- Parameters:
lastFailureMessage
- The last failure message for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-