Amazon.SimpleEmail.Model.Internal.MarshallTransformations.VerifyDomainIdentityResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : VerifyDomainIdentityResponseUnmarshaller
Результат VerifyDomainIdentityResponseUnmarshaller
        public static VerifyDomainIdentityResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new VerifyDomainIdentityResponseUnmarshaller();
            }
            return instance;
        }