Amazon.SimpleEmail.Model.Internal.MarshallTransformations.VerifyEmailIdentityResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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