Amazon.SecurityToken.Model.Internal.MarshallTransformations.AssumeRoleWithWebIdentityResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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