JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.simplesystemsmanagement.model

Class UpdateOpsMetadataRequest

    • Constructor Detail

      • UpdateOpsMetadataRequest

        public UpdateOpsMetadataRequest()
    • Method Detail

      • setOpsMetadataArn

        public void setOpsMetadataArn(String opsMetadataArn)

        The Amazon Resource Name (ARN) of the OpsMetadata Object to update.

        Parameters:
        opsMetadataArn - The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
      • getOpsMetadataArn

        public String getOpsMetadataArn()

        The Amazon Resource Name (ARN) of the OpsMetadata Object to update.

        Returns:
        The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
      • withOpsMetadataArn

        public UpdateOpsMetadataRequest withOpsMetadataArn(String opsMetadataArn)

        The Amazon Resource Name (ARN) of the OpsMetadata Object to update.

        Parameters:
        opsMetadataArn - The Amazon Resource Name (ARN) of the OpsMetadata Object to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMetadataToUpdate

        public Map<String,MetadataValue> getMetadataToUpdate()

        Metadata to add to an OpsMetadata object.

        Returns:
        Metadata to add to an OpsMetadata object.
      • setMetadataToUpdate

        public void setMetadataToUpdate(Map<String,MetadataValue> metadataToUpdate)

        Metadata to add to an OpsMetadata object.

        Parameters:
        metadataToUpdate - Metadata to add to an OpsMetadata object.
      • withMetadataToUpdate

        public UpdateOpsMetadataRequest withMetadataToUpdate(Map<String,MetadataValue> metadataToUpdate)

        Metadata to add to an OpsMetadata object.

        Parameters:
        metadataToUpdate - Metadata to add to an OpsMetadata object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearMetadataToUpdateEntries

        public UpdateOpsMetadataRequest clearMetadataToUpdateEntries()
        Removes all the entries added into MetadataToUpdate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getKeysToDelete

        public List<String> getKeysToDelete()

        The metadata keys to delete from the OpsMetadata object.

        Returns:
        The metadata keys to delete from the OpsMetadata object.
      • setKeysToDelete

        public void setKeysToDelete(Collection<String> keysToDelete)

        The metadata keys to delete from the OpsMetadata object.

        Parameters:
        keysToDelete - The metadata keys to delete from the OpsMetadata object.
      • withKeysToDelete

        public UpdateOpsMetadataRequest withKeysToDelete(Collection<String> keysToDelete)

        The metadata keys to delete from the OpsMetadata object.

        Parameters:
        keysToDelete - The metadata keys to delete from the OpsMetadata object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /