Class TemplateAssignmentResponse

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class TemplateAssignmentResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response body format for Template Assignment Record.
    • Method Detail

      • getContext

        public ResponseContext getContext()
        Gets the context. Context with key properties for problem determination.
        Returns:
        the context
      • getId

        public java.lang.String getId()
        Gets the id. Assignment record Id.
        Returns:
        the id
      • getAccountId

        public java.lang.String getAccountId()
        Gets the accountId. Enterprise account Id.
        Returns:
        the accountId
      • getTemplateId

        public java.lang.String getTemplateId()
        Gets the templateId. Template Id.
        Returns:
        the templateId
      • getTemplateVersion

        public java.lang.Long getTemplateVersion()
        Gets the templateVersion. Template version.
        Returns:
        the templateVersion
      • getTargetType

        public java.lang.String getTargetType()
        Gets the targetType. Assignment target type.
        Returns:
        the targetType
      • getTarget

        public java.lang.String getTarget()
        Gets the target. Assignment target.
        Returns:
        the target
      • getStatus

        public java.lang.String getStatus()
        Gets the status. Assignment status.
        Returns:
        the status
      • getResources

        public java.util.List<TemplateAssignmentResponseResource> getResources()
        Gets the resources. Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.
        Returns:
        the resources
      • getHistory

        public java.util.List<EnityHistoryRecord> getHistory()
        Gets the history. Assignment history.
        Returns:
        the history
      • getHref

        public java.lang.String getHref()
        Gets the href. Href.
        Returns:
        the href
      • getCreatedAt

        public java.lang.String getCreatedAt()
        Gets the createdAt. Assignment created at.
        Returns:
        the createdAt
      • getCreatedById

        public java.lang.String getCreatedById()
        Gets the createdById. IAMid of the identity that created the assignment.
        Returns:
        the createdById
      • getLastModifiedAt

        public java.lang.String getLastModifiedAt()
        Gets the lastModifiedAt. Assignment modified at.
        Returns:
        the lastModifiedAt
      • getLastModifiedById

        public java.lang.String getLastModifiedById()
        Gets the lastModifiedById. IAMid of the identity that last modified the assignment.
        Returns:
        the lastModifiedById
      • getEntityTag

        public java.lang.String getEntityTag()
        Gets the entityTag. Entity tag for this assignment record.
        Returns:
        the entityTag