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.identitymanagement.model

Class GetServiceLastAccessedDetailsResult

    • Constructor Detail

      • GetServiceLastAccessedDetailsResult

        public GetServiceLastAccessedDetailsResult()
    • Method Detail

      • setJobStatus

        public void setJobStatus(String jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        See Also:
        JobStatusType
      • getJobStatus

        public String getJobStatus()

        The status of the job.

        Returns:
        The status of the job.
        See Also:
        JobStatusType
      • withJobStatus

        public GetServiceLastAccessedDetailsResult withJobStatus(String jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatusType
      • setJobType

        public void setJobType(String jobType)

        The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.

        Parameters:
        jobType - The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
        See Also:
        AccessAdvisorUsageGranularityType
      • getJobType

        public String getJobType()

        The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.

        Returns:
        The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
        See Also:
        AccessAdvisorUsageGranularityType
      • withJobType

        public GetServiceLastAccessedDetailsResult withJobType(String jobType)

        The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.

        Parameters:
        jobType - The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessAdvisorUsageGranularityType
      • withJobType

        public GetServiceLastAccessedDetailsResult withJobType(AccessAdvisorUsageGranularityType jobType)

        The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.

        Parameters:
        jobType - The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessAdvisorUsageGranularityType
      • getServicesLastAccessed

        public List<ServiceLastAccessed> getServicesLastAccessed()

        A ServiceLastAccessed object that contains details about the most recent attempt to access the service.

        Returns:
        A ServiceLastAccessed object that contains details about the most recent attempt to access the service.
      • setServicesLastAccessed

        public void setServicesLastAccessed(Collection<ServiceLastAccessed> servicesLastAccessed)

        A ServiceLastAccessed object that contains details about the most recent attempt to access the service.

        Parameters:
        servicesLastAccessed - A ServiceLastAccessed object that contains details about the most recent attempt to access the service.
      • withServicesLastAccessed

        public GetServiceLastAccessedDetailsResult withServicesLastAccessed(Collection<ServiceLastAccessed> servicesLastAccessed)

        A ServiceLastAccessed object that contains details about the most recent attempt to access the service.

        Parameters:
        servicesLastAccessed - A ServiceLastAccessed object that contains details about the most recent attempt to access the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobCompletionDate

        public void setJobCompletionDate(Date jobCompletionDate)

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Parameters:
        jobCompletionDate - The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

      • getJobCompletionDate

        public Date getJobCompletionDate()

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Returns:
        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

      • withJobCompletionDate

        public GetServiceLastAccessedDetailsResult withJobCompletionDate(Date jobCompletionDate)

        The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Parameters:
        jobCompletionDate - The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.

        This field is null if the job is still in progress, as indicated by a job status value of IN_PROGRESS.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsTruncated

        public void setIsTruncated(Boolean isTruncated)

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Parameters:
        isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • getIsTruncated

        public Boolean getIsTruncated()

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Returns:
        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • withIsTruncated

        public GetServiceLastAccessedDetailsResult withIsTruncated(Boolean isTruncated)

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Parameters:
        isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        public Boolean isTruncated()

        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

        Returns:
        A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
      • setMarker

        public void setMarker(String marker)

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Parameters:
        marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
      • getMarker

        public String getMarker()

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Returns:
        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
      • withMarker

        public GetServiceLastAccessedDetailsResult withMarker(String marker)

        When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

        Parameters:
        marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError

        public void setError(ErrorDetails error)

        An object that contains details about the reason the operation failed.

        Parameters:
        error - An object that contains details about the reason the operation failed.
      • getError

        public ErrorDetails getError()

        An object that contains details about the reason the operation failed.

        Returns:
        An object that contains details about the reason the operation failed.
      • withError

        public GetServiceLastAccessedDetailsResult withError(ErrorDetails error)

        An object that contains details about the reason the operation failed.

        Parameters:
        error - An object that contains details about the reason the operation failed.
        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 によって変換されたページ (->オリジナル) /