Amazon.IdentityManagement.Model.Internal.MarshallTransformations.CreateRoleResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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