JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class CreateServiceResult

    • Constructor Detail

      • CreateServiceResult

        public CreateServiceResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the service.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the service.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the service.

        Returns:
        The Amazon Resource Name (ARN) of the service.
      • withArn

        public CreateServiceResult withArn(String arn)

        The Amazon Resource Name (ARN) of the service.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthType

        public void setAuthType(String authType)

        The type of IAM policy.

        Parameters:
        authType - The type of IAM policy.
        See Also:
        AuthType
      • getAuthType

        public String getAuthType()

        The type of IAM policy.

        Returns:
        The type of IAM policy.
        See Also:
        AuthType
      • withAuthType

        public CreateServiceResult withAuthType(String authType)

        The type of IAM policy.

        Parameters:
        authType - The type of IAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType
      • withAuthType

        public CreateServiceResult withAuthType(AuthType authType)

        The type of IAM policy.

        Parameters:
        authType - The type of IAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthType
      • setCertificateArn

        public void setCertificateArn(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the certificate.
      • getCertificateArn

        public String getCertificateArn()

        The Amazon Resource Name (ARN) of the certificate.

        Returns:
        The Amazon Resource Name (ARN) of the certificate.
      • withCertificateArn

        public CreateServiceResult withCertificateArn(String certificateArn)

        The Amazon Resource Name (ARN) of the certificate.

        Parameters:
        certificateArn - The Amazon Resource Name (ARN) of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCustomDomainName

        public void setCustomDomainName(String customDomainName)

        The custom domain name of the service.

        Parameters:
        customDomainName - The custom domain name of the service.
      • getCustomDomainName

        public String getCustomDomainName()

        The custom domain name of the service.

        Returns:
        The custom domain name of the service.
      • withCustomDomainName

        public CreateServiceResult withCustomDomainName(String customDomainName)

        The custom domain name of the service.

        Parameters:
        customDomainName - The custom domain name of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDnsEntry

        public void setDnsEntry(DnsEntry dnsEntry)

        The public DNS name of the service.

        Parameters:
        dnsEntry - The public DNS name of the service.
      • getDnsEntry

        public DnsEntry getDnsEntry()

        The public DNS name of the service.

        Returns:
        The public DNS name of the service.
      • withDnsEntry

        public CreateServiceResult withDnsEntry(DnsEntry dnsEntry)

        The public DNS name of the service.

        Parameters:
        dnsEntry - The public DNS name of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the service.

        Parameters:
        id - The ID of the service.
      • getId

        public String getId()

        The ID of the service.

        Returns:
        The ID of the service.
      • withId

        public CreateServiceResult withId(String id)

        The ID of the service.

        Parameters:
        id - The ID of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the service.

        Parameters:
        name - The name of the service.
      • getName

        public String getName()

        The name of the service.

        Returns:
        The name of the service.
      • withName

        public CreateServiceResult withName(String name)

        The name of the service.

        Parameters:
        name - The name of the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status. If the status is CREATE_FAILED, you must delete and recreate the service.

        Parameters:
        status - The status. If the status is CREATE_FAILED, you must delete and recreate the service.
        See Also:
        ServiceStatus
      • getStatus

        public String getStatus()

        The status. If the status is CREATE_FAILED, you must delete and recreate the service.

        Returns:
        The status. If the status is CREATE_FAILED, you must delete and recreate the service.
        See Also:
        ServiceStatus
      • withStatus

        public CreateServiceResult withStatus(String status)

        The status. If the status is CREATE_FAILED, you must delete and recreate the service.

        Parameters:
        status - The status. If the status is CREATE_FAILED, you must delete and recreate the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceStatus
      • withStatus

        public CreateServiceResult withStatus(ServiceStatus status)

        The status. If the status is CREATE_FAILED, you must delete and recreate the service.

        Parameters:
        status - The status. If the status is CREATE_FAILED, you must delete and recreate the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceStatus
      • 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 によって変換されたページ (->オリジナル) /