Amazon.SimpleEmail.Model.Internal.MarshallTransformations.VerifyEmailIdentityResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : VerifyEmailIdentityResponseUnmarshaller
리턴 VerifyEmailIdentityResponseUnmarshaller
        public static VerifyEmailIdentityResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new VerifyEmailIdentityResponseUnmarshaller();
            }
            return instance;
        }